TinyMVC Framework
TinyMVC Framework (TyMVC) is designed to target a simple and light-weight PHP development framework. It intends to fix drawbacks of current MVC framework and shorten the learning curve of a framework. The TinyMVC is implemented in PHP 5 and licensed under the New BSD License (3-clause license).
Requirement
The framework is implemented under MySQL and PHP. To use this framework, the following version is suggested.
- MySQL 5.0 or above.
- PHP 5.3.0 or above.
Features
TinyMVC Framework features include:
- Object-oriented and Model-View-Controller architecture design style.
- The view can be rendered by using normal PHP script or combine other template engine.
- Built-in API to access MySQL database.
- Built-in configurable authentication and access control support.
- Security measures include cross-site scripting (XSS) or SQL injection prevention.
- Can integrate well with other third party libraries, such as JQuery or JAVA Bridge.
Licensing
The framework can be used for either open-source or proprietary applications.
See also
External links